home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2008 February / PCWFEB08.iso / Software / Resources / Utilities / Partition Logic 0.68 / partlogic-0.68.iso / programs / helpfiles / rm.txt < prev    next >
Encoding:
Text File  |  2007-05-10  |  640 b   |  24 lines

  1.  
  2.  -- rm --
  3.  
  4. Remove (delete) one or more files.
  5.  
  6. Synonym:
  7.   del
  8.  
  9. Usage:
  10.   rm [-R] [-S#] <file1> [file2] [...]
  11.  
  12. This command will remove one or more files.  Normally it will not remove
  13. directories.  To remove a directory, use the 'rmdir' command.
  14.  
  15. Options:
  16. -R              : Force recursive deletion, including directories.
  17. -S[number]      : Securely delete the file by overwriting it with random
  18.                   data (number minus 1 times) and then NULLs, and then 
  19.                   deleting the file.  The default number value is 5 if no
  20.                   value is supplied.
  21.  
  22. Note the -S option is not allowed if the -R option is used.
  23.  
  24.